home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_q_t / sabdu201.zip / SAMPLE.H < prev    next >
Text File  |  1992-11-01  |  367b  |  9 lines

  1. #define IDM_OPEN   10
  2. #define IDM_SAVE   20
  3. #define IDM_EXIT   30
  4.  
  5. int PASCAL WinMain( HINSTANCE hCurrentInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, UINT nCmdShow );
  6. BOOL InitApplication( HINSTANCE hInstance );
  7. BOOL InitInstance( HINSTANCE hInstance, UINT nCmdShow );
  8. long FAR PASCAL MainWndProc( HWND hWnd, UINT nMessage, UINT nParam, LONG lParam);
  9.